Add tests for GtkComposeTable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Feb 2021 20:48:06 +0000 (15:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Feb 2021 00:02:31 +0000 (19:02 -0500)
commit569294070b4e5100a520121fceb838870e50fe34
treef74de597b29b40475851df6df71e065a070fcf34
parentbe35c46ce9b94fbf3ece8682eda09b839cbb5162
Add tests for GtkComposeTable

Add some tests for the code that parses Compose files.

This tests the fix in the previous commit.
12 files changed:
testsuite/gtk/compose/basic [new file with mode: 0644]
testsuite/gtk/compose/basic.expected [new file with mode: 0644]
testsuite/gtk/compose/codepoint [new file with mode: 0644]
testsuite/gtk/compose/codepoint.expected [new file with mode: 0644]
testsuite/gtk/compose/long [new file with mode: 0644]
testsuite/gtk/compose/long.expected [new file with mode: 0644]
testsuite/gtk/compose/multi [new file with mode: 0644]
testsuite/gtk/compose/multi.expected [new file with mode: 0644]
testsuite/gtk/compose/octal [new file with mode: 0644]
testsuite/gtk/compose/octal.expected [new file with mode: 0644]
testsuite/gtk/composetable.c [new file with mode: 0644]
testsuite/gtk/meson.build